home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / NFX_Components / NetObjects / Flash_Text_Effects / Flash Text Effects.pkg < prev   
Encoding:
Extensible Markup Language  |  2007-04-11  |  2.1 KB  |  56 lines

  1. <?xml version="1.0"?>
  2.  
  3. <nof:package version="1" xmlns:nof="http://www.netobjects.com/fusion/components" provider="NetObjects">
  4.  
  5.     <!-- Components definitions -->
  6.     <nof:components>
  7.  
  8.         <nof:flashcomponent id="wsp:builtintools:animatedheaders">
  9.             <nof:name resKey="animatedheaders.name"/>
  10.             <nof:tooltip resKey="animatedheaders.tooltip"/>
  11.             <nof:descriptionURL resKey="animatedheaders.descriptionURL"/>
  12.             <nof:codeBase resKey="animatedheaders.codeBase"/>
  13.             <nof:icon resKey="animatedheaders.icon"/>
  14.         </nof:flashcomponent>
  15.  
  16.         <nof:flashcomponent id="wsp:builtintools:animatedtext">
  17.             <nof:name resKey="animatedtext.name"/>
  18.             <nof:tooltip resKey="animatedtext.tooltip"/>
  19.             <nof:descriptionURL resKey="animatedtext.descriptionURL"/>
  20.             <nof:codeBase resKey="animatedtext.codeBase"/>
  21.             <nof:icon resKey="animatedtext.icon"/>
  22.         </nof:flashcomponent>
  23.  
  24.         <nof:flashcomponent id="wsp:builtintools:capitalletters">
  25.             <nof:name resKey="capitalletters.name"/>
  26.             <nof:tooltip resKey="capitalletters.tooltip"/>
  27.             <nof:descriptionURL resKey="capitalletters.descriptionURL"/>
  28.             <nof:codeBase resKey="capitalletters.codeBase"/>
  29.             <nof:icon resKey="capitalletters.icon"/>
  30.         </nof:flashcomponent>
  31.  
  32.         <nof:flashcomponent id="wsp:builtintools:numbers">
  33.             <nof:name resKey="numbers.name"/>
  34.             <nof:tooltip resKey="numbers.tooltip"/>
  35.             <nof:descriptionURL resKey="numbers.descriptionURL"/>
  36.             <nof:codeBase resKey="numbers.codeBase"/>
  37.             <nof:icon resKey="numbers.icon"/>
  38.         </nof:flashcomponent>
  39.  
  40.  
  41.     </nof:components>
  42.  
  43.     <!-- Toolbars definitions -->
  44.     <nof:toolbars>
  45.         <nof:toolbar id="wsp:builtintools:flash">
  46.             <nof:title resKey="toolbar1.title"/>
  47.             <nof:menuPath resKey="toolbar1.menuPath"/>
  48.             <nof:keywords resKey="toolbar1.keywords"/>
  49.             <nof:button type="component" id="wsp:builtintools:animatedheaders"/>
  50.             <nof:button type="component" id="wsp:builtintools:animatedtext"/>
  51.             <nof:button type="component" id="wsp:builtintools:capitalletters"/>
  52.             <nof:button type="component" id="wsp:builtintools:numbers"/>
  53.         </nof:toolbar>
  54.     </nof:toolbars>
  55. </nof:package>
  56.